From 9dc734c3ada0ce9c1021722914742ab15933bb54 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 17 Mar 2006 14:26:24 -0700 Subject: [PATCH] [IA64] VT-i Domains should use same hvm builder as VT-x Signed-off-by: Fred Yang --- tools/examples/xmexample.vti | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index 5e47ba56db..ee49ae46d4 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -14,8 +14,8 @@ arch_libdir = 'lib' # Kernel image file. kernel = "/boot/Flash.fd" -# The domain build function. VMX domain uses 'vmx'. -builder='vmx' +# The domain build function. VTI domain uses 'hvm'. +builder='hvm' # Initial memory allocation (in megabytes) for the new domain. memory = 256 -- 2.30.2